<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	padding: 0;
	margin: 0;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 16px;
	color: #333;
	overflow-x:hidden;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}
ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fp-tableCell{
	vertical-align: top;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
img{
	max-width: 100%;
}
input:focus,button:focus{
	outline: none;
}
.index-main{
	background: #f7f8fa;
}

/**å¯¼èˆªèœå•**/
header{
	position: fixed;
	top: 0;
	width: 100%;
	background:transparent;
	z-index: 9999;
	transition: all .6s;
	height: 100px;
}
.scrolled header{
	background: rgba(27,27,27,.85);
}
header .wrap{
	max-width: 1450px;
}
header .logo{
	width: 130px;
	height: 128px;
	background: url(../img/logo-bg.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
}
header .logo img{
	padding-top: 20px;	
}
header .rightDiv{
	padding-top: 44px;
}
header .menu{
	text-align: center;
}
header .menu:hover&gt;ul{
	display: block;
}
header .menu .mbtn{
	display: none;
}
header .menu&gt;ul{
	display: block;
	float: left;
	/*display: none;*/
}
header .menu&gt;ul&gt;li{
	float: left;
}
header .menu&gt;ul&gt;li&gt;a{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 37px;
	display: block;
	/*position: relative;*/
	padding: 0 15px;
	margin: 0 0 19px 26px;
}
header .menu&gt;ul&gt;li.dropdown{
	position: inherit;
}
header .menu&gt;ul&gt;li.dropdown&gt;a&gt;span{
	display: inline-block;
	width: 11px;
	height: 7px;
	background: url(../img/arrow.png) no-repeat center center;
	position: relative;
	top: -2px;
	margin-left: 10px;
}
header .rightDiv .menu&gt;ul&gt;li:hover&gt;a,
header .rightDiv .menu&gt;ul&gt;li:focus&gt;a,
header .rightDiv .menu&gt;ul&gt;li.on&gt;a {
	background: rgba(35,104,179,.54);
	border-radius: 20px;
}

header .menu&gt;ul&gt;li.dropdown:hover .dropdownMenu{
	display: block;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu{
	position: absolute;
	width: 100%;
	background: rgba(27,27,27,.85);
	left: 0;
	z-index: 0;
	top: 100px;
	padding: 75px 0;
	display: none;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .backHome{
	font-size: 15px;
	color: #fff;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .backHome img{
	position: relative;
	margin-right: 7px;
	top: -2px;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .backHome:hover{
	color: #a3c6d3;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv{
	float: right;
	width: 91%;
	text-align: left;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv .inlineDiv{
	display: inline-block;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv .listDiv{
	
	display:inline-block;
	vertical-align:top;
	margin-left: 3.4735vw;
	text-align: left;
	margin-bottom: 30px;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv .listDiv small{
	font-size: 15px;
	color: #a3c6d3;
	margin-bottom: 20px;
	display: block;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv .listDiv ul li {
	margin-top: 12px;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv .listDiv ul li a{
	font-size: 15px;
	color: #fff;
	display: block;
}
header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv .listDiv ul li a:hover{
	color: #a3c6d3;
}


header .mbtn {
    display: inline-block;
    width: 32px;
	height: 26px;
    background: url(../img/menu.png) no-repeat center center;
}
body.on-menu header .mbtn{
    background-image: url(../img/menu-hide.png);
}
header .rightDiv .language a{
	color: #fff;
	font-size: 24px;
	line-height: 37px;
	margin-left: 30px;
}

/********************************* é¦–é¡µ **********************************/
.main{}

/*bannerè½®æ’­*/
.index-banner{
    width: 100%;
	position:relative;
}
.ui-homebanner .swiper-slide{
	overflow: hidden;
}
.ui-homebanner .img{
	display: block;
	height: 37.968vw;
	background: none no-repeat center;
	background-size: cover;
}
.ui-homebanner .txt{
	position: absolute;
	top:18vw;
	width: 100%;
	opacity: 0;
	transition: left 1000ms, opacity 1000ms;
	transition-delay: 300ms;
	max-width: 1200px;
	left: 30%;
	margin-left: -600px;
	text-align: center;
}
.ui-homebanner .swiper-pagination{
	max-width: 1200px;
	left: 50%;
	margin-left: -600px;
	text-align: left;
	bottom: 56px;
}
.ui-homebanner .swiper-pagination-bullet{
	width: 50px;
	height: 2px;
	background: #fff;
	border-radius: 0;
	opacity:1;
	display: block;
	float: left;
	margin: 0 11px 0 0;
}
.ui-homebanner .swiper-pagination-bullet-active{
	background: #2259a8;
}

.index-title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.index-title .line{
	width: 38px;
	height: 4px;
	background: #2259a8;
	margin: 15px 0 12px;
}
.index-title a{
	font-size: 16px;
	text-transform: uppercase;
	top: -5px;
	padding: 0 25px;
	line-height: 28px;
	display: inline-block;
    border: 1px solid #626262;
    color: #202325;
	position: relative;
	border-radius: 15px;
	margin-left: 20px;
	font-weight: normal;
}
.index-title a:hover{
	background: #626262;
	color: #fff;
}
.index-title span{
	font-size: 18px;
	color: #666666;
	display: block;
}
.index-div1{
	padding: 87px 0 67px;
	background: url(../img/index-bg1.png) no-repeat right bottom;
}
.index-div1 .rowDiv{
	overflow: hidden;
	background: #fff;
	position: relative;
}
.index-div1 .rowDiv .leftDiv{
	width: 62%;
	padding: 55px 35px 34px 44px;
}
.index-div1 .rowDiv .leftDiv p{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin: 30px 0 0;
}
.index-div1 .rowDiv .rightDiv{
	position: absolute;
	right: 0;
	top: 0;
	width: 37.92%;
	height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.index-div1 .row{
	margin: 14px -5px 74px;
}
.index-div1 .row&gt;div{
	padding: 0 5px;
	text-align: center;
}
.index-div1 .row&gt;div a{
	display: block;
	padding: 0 24px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow: 0px 0px 38px rgba(0,0,0,0.07);
}
.index-div1 .row&gt;div.leftDiv a{
	height: 179px;
	margin-bottom: 10px;
}
.index-div1 .row&gt;div.leftDiv a:nth-child(1){
	background: #2069b8;
}
.index-div1 .row&gt;div.leftDiv a:nth-child(2){
	background: #fd5f35;
}
.index-div1 .row&gt;div.leftDiv a p{
	color: #fff;
}
.index-div1 .row&gt;div .conDiv span{
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 15px 0;
}
.index-div1 .row&gt;div .conDiv p{
	font-size: 14px;
	color: #545a60;
	margin: 0;
	/*display: none;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
	height: 0;
	transition: all .2s;
	display: -webkit-box;
}
.index-div1 .row&gt;div a:hover .conDiv p{
	height: 48px;
}
.index-div1 .row&gt;div.centerDiv{
	margin-bottom: 10px;
}
.index-div1 .row&gt;div.centerDiv span{
	color: #111a51;
}
.index-div1 .row&gt;div.centerDiv a{
	background: #fff;
	height: 368px;
}
.index-div1 .row&gt;div.rightDiv a{
	background: #111a51;
	height: 268px;
	margin-top: 50px;
}
.index-div1 .row&gt;div.rightDiv a p{
	color: #fff;
}
.index-div1 .yewuDiv .listDiv{
	margin-top: 26px;	
}
.index-div1 .yewuDiv .listDiv ul{
	margin: 0 -7.5px;
}
.index-div1 .yewuDiv .listDiv ul li{
	float: left;
	margin: 0 7.5px 10px;
}
.index-div1 .yewuDiv .listDiv ul li a{
	display: block;
	background: #fff;
	border-radius: 5px;
	height: 90px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow: 0px 0px 38px rgba(0,0,0,0.07);
    padding: 0 18px 0 16px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.index-div1 .yewuDiv .listDiv ul li a div{
	height: 38px;
	padding-left: 48px;
	line-height: 38px;
	background: url(../img/yewu.png) no-repeat left center;
}
.index-div1 .yewuDiv .listDiv ul li a span{
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    text-align: justify;
}
.index-div1 .yewuDiv .listDiv ul li a span.hover{
	opacity: 0;
}
.index-div1 .yewuDiv .listDiv ul li a:hover span{
	opacity: 0;
}
.index-div1 .yewuDiv .listDiv ul li a:hover span.hover{
	top: -38px;
	opacity: 1;
	color: #334af7;
}


.index-div2{
	padding: 145px 0 294px;
	background: url(../img/index-bg2.png) no-repeat center center;
	background-size:cover;
}
.index-div2 .rowDiv{
	overflow: hidden;
	background: #fff;
	position: relative;
}
.index-div2 .rowDiv .leftDiv{
	width: 62.42%;
	padding: 5.4% 9.3% 9.2% 11%;
}
.index-div2 .rowDiv .leftDiv p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 60px 0 0;
}
.index-div2 .rowDiv .rightDiv{
	position: absolute;
	left: 0;
	top: 0;
	width: 37.58%;
	height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.index-div2 .ywyyDiv{
	padding: 78px 0 87px;
}
.index-div2 .ywyyDiv .index-title,
.index-div2 .yewuDiv .index-title{
	color: #fff;
}
.index-div2 .yewuDiv .index-title a{
	color: #fff;
	border-color: #fff;
}
.index-div2 .yewuDiv .index-title a:hover{
	background: #fff;
	color: #000;
}
.index-div2 .ywyyDiv .index-title .line,
.index-div2 .yewuDiv .index-title .line{
	background: #fff;
}
.index-div2 .ywyyDiv .row{
	margin: 60px -14px 0;
}
.index-div2 .ywyyDiv .row&gt;div{
	padding: 0 14px;
	text-align: center;
}
.index-div2 .ywyyDiv .row&gt;div a{
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 35px 20px 41px;
	position: relative;
	overflow: hidden;
}
.index-div2 .ywyyDiv .row&gt;div a span{
	display: block;
	font-size: 20px;
	color: #333;
	margin-top: 34px;
}
.index-div2 .ywyyDiv .row&gt;div a .textDiv{
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
	border-radius: 10px;
	transition: all .2s;
}
.index-div2 .ywyyDiv .row&gt;div a .textDiv p{
	margin: 0 20px;
	font-size: 14px;
	color: #334af7;
	line-height: 24px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index-div2 .ywyyDiv .row&gt;div a:hover .textDiv{
	top: 0;
}

.index-div2 .yewuDiv .listDiv{
	margin-top: 55px;	
}
.index-div2 .yewuDiv .listDiv ul{
	margin: 0 -6px;
}
.index-div2 .yewuDiv .listDiv ul li{
	float: left;
	margin: 0 6px 10px;
}
.index-div2 .yewuDiv .listDiv ul li a{
	display: block;
	background: rgba(255,255,255,.58);
	border-radius: 5px;
	height: 90px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow: 0px 0px 38px rgba(0,0,0,0.07);
    padding: 0 18px 0 16px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.index-div2 .yewuDiv .listDiv ul li a div{
	height: 38px;
	padding-left: 48px;
	line-height: 38px;
	background: url(../img/yewu1.png) no-repeat left center;
}
.index-div2 .yewuDiv .listDiv ul li a span{
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    text-align: justify;
}
.index-div2 .yewuDiv .listDiv ul li a span.hover{
	opacity: 0;
}
.index-div2 .yewuDiv .listDiv ul li a:hover span{
	opacity: 0;
}
.index-div2 .yewuDiv .listDiv ul li a:hover{
	background: rgba(255,255,255,1);
}
.index-div2 .yewuDiv .listDiv ul li a:hover span.hover{
	top: -38px;
	opacity: 1;
	color: #fd5f35;
}

.index-div3{
	background: url(../img/index-bg3.png) no-repeat center bottom;
	background-size:100%;
	padding-bottom: 92px;
}
.index-div3 .wrap{
	background: #fff;
	margin-top: -140px;
	max-width: 1435px;
	padding: 8% 8.1% 6.5% 8.4%;
}
.index-div3 .titleDiv{
	font-size: 30px;
	color: #3b3f4a;
	font-weight: bold;
	text-align: center;
}
.index-div3 .titleDiv div{
	font-size: 14px;
	font-weight: normal;
	margin-top: 13px;
}
.index-div3 .rowDiv{
	overflow: hidden;
	position: relative;
	margin-top: 85px;
}
.index-div3 .rowDiv .leftDiv{
	width: 65.8%;
	border-right: 1px solid #cbcbcd;
	padding-right: 4.5%;
}
.index-div3 .rowDiv .leftDiv p{
	margin: 0;
	font-size: 14px;
	color: #3b3f4a;
	line-height: 28px;
}
.index-div3 .rowDiv .leftDiv a{
	background: #2069b8;
	display: block;
	line-height: 73px;
	color: #fff;
	padding: 0 28px;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 29.2%;
	position: relative;
	z-index: 0;
}
.index-div3 .rowDiv .leftDiv a span{
	position: relative;
	z-index: 10;
}
.index-div3 .rowDiv .leftDiv a:before{
	content: "";
	width: 100%;
	height: 0;
	background: #2259a8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all .2s;
}
.index-div3 .rowDiv .leftDiv a:hover:before{
	height: 100%;
}

.index-div3 .rowDiv .rightDiv{
	width: 34.2%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../img/index-img3-bg.png) no-repeat right center;
	background-size:auto 100%;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.index-div3 .ywyyDiv{
	margin: 127px 0 96px;
}
.index-div3 .ywyyDiv .row{
	margin: 96px -6px 0;
}
.index-div3 .ywyyDiv .row&gt;div{
	padding: 0 6px;
}
.index-div3 .ywyyDiv .row&gt;div ul li{
	float: left;
	width: 50%;
	height: 179px;
	position: relative;
}
.index-div3 .ywyyDiv .row&gt;div.leftDiv ul li.li1{
	background: url(../img/index-yy-img1.jpg) no-repeat center center;
	background-size:cover;
}
.index-div3 .ywyyDiv .row&gt;div.leftDiv ul li.li2{
	background: #ef9047;
}
.index-div3 .ywyyDiv .row&gt;div.leftDiv ul li.li3{
	background: #334af7;
}
.index-div3 .ywyyDiv .row&gt;div.leftDiv ul li.li4{
	background: url(../img/index-yy-img2.jpg) no-repeat center center;
	background-size:cover;
}
.index-div3 .ywyyDiv .row&gt;div ul li a{
	display: block;
	height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
    position: relative;
}
.index-div3 .ywyyDiv .row&gt;div ul li a span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: all .2s;
}
.index-div3 .ywyyDiv .row&gt;div ul li a .textDiv{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
	transition: all .5s;
}
.index-div3 .ywyyDiv .row&gt;div ul li a .textDiv p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	padding: 0 22px;
	margin: 0;
}
.index-div3 .ywyyDiv .row&gt;div ul li a:hover span{
	margin-top: -200px;
}
.index-div3 .ywyyDiv .row&gt;div ul li a:hover .textDiv{
	top: 0;
}
.index-div3 .ywyyDiv .row&gt;div.rightDiv ul li.li1{
	background: #fd5f35;
}
.index-div3 .ywyyDiv .row&gt;div.rightDiv ul li.li2{
	background: url(../img/index-yy-img3.jpg) no-repeat center center;
	background-size:cover;
}
.index-div3 .ywyyDiv .row&gt;div.rightDiv ul li.li3 .imgDiv{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -358px;
	left: 0;
	background: url(../img/index-yy-img4.jpg) no-repeat center center;
	background-size:cover;
}
.index-div3 .ywyyDiv .row&gt;div.rightDiv ul li.li4{
	background: #2069b8;
}
.index-div3 .yewuDiv .listDiv{
	margin-top: 26px;
}
.index-div3 .yewuDiv .listDiv ul{
	margin: 0 -6px;
}
.index-div3 .yewuDiv .listDiv ul li{
	float: left;
	width: 20%;
}
.index-div3 .yewuDiv .listDiv ul li a{
	display: block;
	background: #f8fafd;
	border-radius: 5px;
	height: 90px;
    display:flex;
    justify-content:center;
    align-items:center;
	margin: 0 6px 10px;
    /*padding: 0 18px 0 16px;*/
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.index-div3 .yewuDiv .listDiv ul li a div{
	height: 38px;
	padding-left: 48px;
	line-height: 38px;
	background: url(../img/yewu2.png) no-repeat left center;
}
.index-div3 .yewuDiv .listDiv ul li a span{
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    text-align: justify;
}
.index-div3 .yewuDiv .listDiv ul li a span.hover{
	opacity: 0;
}
.index-div3 .yewuDiv .listDiv ul li a:hover{
    box-shadow: 0px 6px 15px rgba(171,209,247,0.57);
}
.index-div3 .yewuDiv .listDiv ul li a:hover span{
	opacity: 0;
}
.index-div3 .yewuDiv .listDiv ul li a:hover span.hover{
	top: -38px;
	opacity: 1;
	color: #2259a8;
}
.index-div4{
	padding:85px 0 137px;
}
.index-div4 .wrap{
	max-width: 1330px;
}
.index-div4 .titleDiv{
	text-align: center;
	background: url(../img/Customers&amp;Cases.png) no-repeat center center;
	background-size: 100%;
	padding-top: 14px;
	font-size: 30px;
	color: #1a1b1b;
	font-weight: bold;
}
.index-div4 .titleDiv p{
	font-size: 14px;
	color: #999999;	
	margin: 5px 0 0;
	font-weight: normal;
}
.index-div4 .row{
	margin: 56px -2.6% 0;
}
.index-div4 .row&gt;div{
	padding: 0 2.6%;
}
.index-div4 .row&gt;div .imgDiv{
	position: relative;
}
.index-div4 .row&gt;div .imgDiv .dateDiv{
	position: absolute;
	top: 25px;
	left: 25px;
	background: rgba(0,0,0,.65);
	color: #fff;
	font-size: 14px;
	padding: 13px 10px;
	text-align: center;
}
.index-div4 .row&gt;div .imgDiv .dateDiv span{
	display: block;
	font-size: 24px;
}
.index-div4 .row&gt;div .textDiv{
	padding: 20px 0;
}
.index-div4 .row&gt;div .textDiv .title{
	font-size: 18px;
	color: #333;
}
.index-div4 .row&gt;div .textDiv p{
	font-size: 14px;
	color: #999;
	margin: 15px 0;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index-div4 .row&gt;div .textDiv .moreDiv{
	overflow: hidden;
	border-top: 1px solid #7d7d7d;
	padding-top: 18px;
}
.index-div4 .row&gt;div .textDiv .moreDiv .more_a{
	float: right;
	font-size: 16px;
	color: #4e77d6;
}
.index-div4 .row&gt;div .textDiv .moreDiv .more_a:hover{
	color: #007AFF;
	text-decoration: underline;
}
.index-div4 .wrap&gt;.more_a{
	margin: 60px auto 0;
	display: block;
	width: 50%;
	max-width: 280px;
	height: 56px;
	line-height: 56px;
	border-radius: 50px;
	border: 1px solid #626262;
	color: #202325;
	font-size: 20px;
	text-align: center;
}
.index-div4 .wrap&gt;.more_a:hover{
	background: #626262;
	color: #fff;
}

.index-div5{
	position: relative;
}
.index-div5:after{
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 0;
}
.index-div5 .wrap{
	max-width: 1435px;
	position: relative;
	z-index: 1;
}
.index-div5 .rowDiv{
	overflow: hidden;
}
.index-div5 .leftDiv{
	width: 30.1%;
	/*margin-left: 8.4%;*/
}
.index-div5 .leftDiv .imgDiv{
	position: relative;
	float: right;
}
.index-div5 .leftDiv .imgDiv .title{
	position: absolute;
	bottom: -155px;
	background: #334af7;
	width: 82%;
	height: 252px;
	left: 30px;
	font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 110px;
    border: 1px solid #a06c24;
}
.index-div5 .rightDiv{
	width: 66.7%;
	background: #fff;
	padding: 4.2% 0 2.2% 4.2%;
}
.index-div5 .rightDiv .tabsDiv{
	text-align: right;
}
.index-div5 .rightDiv .tabsDiv .inlineDiv{
	display: inline-block;
	overflow: hidden;
}
.index-div5 .rightDiv .tabsDiv a{
	display: block;
	float: left;
	color: #18273b;
	font-size: 14px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #a0a0a0;
}
.index-div5 .rightDiv .tabsDiv a.active{
	background: #014099;
	color: #fff;
	border: 0;
}
.index-div5 .rightDiv .tabDiv{
	width: 73%;
}
.index-div5 .rightDiv .tabDiv .titleDiv{
	font-size: 30px;
	color: #3e3e3e;
	font-weight: bold;
	margin-top: 20px;
}
.index-div5 .rightDiv .tabDiv .titleDiv p{
	font-size: 14px;
	color: #1c161f;
	margin: 5px 0 0;
	font-weight: normal;
}
.index-div5 .rightDiv .tabDiv .listDiv{
	margin-top: 63px;
}
.index-div5 .rightDiv .tabDiv ul li a{
	display: block;
	overflow: hidden;
	margin-bottom: 50px;
}
.index-div5 .rightDiv .tabDiv ul li a .dateDiv{
	text-align: center;
	padding-right: 15px;
	background: #fff;
}
.index-div5 .rightDiv .tabDiv ul li a .dateDiv span{
	font-size: 22px;
	color: #3a3a3a;
	padding: 7px 0;
	display: block;
	background: #f2f2f2;
}
.index-div5 .rightDiv .tabDiv ul li a .dateDiv .date{
	font-size: 12px;
	color: #a3a3a3;
	padding:5px 8px;
	border-top: 2px solid #fff;
	background: #f2f2f2;
}
.index-div5 .rightDiv .tabDiv ul li a .textDiv span{
	font-size: 20px;
	font-weight: bold;
	color: #292929;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-div5 .rightDiv .tabDiv ul li a .textDiv p{
	font-size: 14px;
	color: #a5a5a5;
	border-top: 1px solid #dadada;
	margin: 3px 0 0;
	padding: 3px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-div5 .rightDiv .tabDiv ul li a:hover .textDiv span{
	color: #014099;
}

.index-div6{
	padding: 186px 0 127px;
	background: url(../img/index-bg4.jpg) no-repeat center center;
	background-size:cover;
	text-align: center;
}
.index-div6 .titleDiv{
	color: #fff;
	font-size: 30px;
}
.index-div6 .titleDiv p{
	font-size: 24px;
	margin: 15px 0 10px;
}
.index-div6 .titleDiv .line{
	width: 70px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
.index-div6 .textDiv{
	max-width: 810px;
	margin: 38px auto 85px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: left;
}
.index-div6 a.more_a{
	display:inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #014099;
	color: #e5e5e5;
	font-size: 18px;
	position: relative;
}
.index-div6 a.more_a span{
	position: relative;
	z-index: 10;
}
.index-div6 a.more_a:before{
	content: "";
	width: 0;
	height: 100%;
	background: #2259a8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all .2s;
}
.index-div6 a.more_a:hover:before{
	width: 100%;
}


.bottomDiv{
	background: #313131;
	padding: 89px 0 26px;
}                    
.bottomDiv .wrap{
	overflow: hidden;
	max-width: 1435px;
}

.bottomDiv .leftDiv{
	width: 20.9%;
	margin-left: 5%;
	text-align: left;
}
.bottomDiv .leftDiv .textDiv{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
}
.bottomDiv .leftDiv .textDiv a{
	color: #999999;
}
.bottomDiv .leftDiv .textDiv a:hover{
	text-decoration: underline;
}

.bottomDiv .leftDiv .ewmDiv{
	margin-top: 88px;
}
.bottomDiv .leftDiv .ewmDiv div{
	font-size: 16px;
	color: #a5a5a5;
	margin-top: 12px;
}
.bottomDiv .centerDiv{
	width: 36.2%;
}
.bottomDiv .centerDiv .listDiv{
	float: left;
	margin-left: 14%;
	margin-bottom: 10px;
}
.bottomDiv .centerDiv .h4{
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-bottom: 40px;
}
.bottomDiv .centerDiv .listDiv ul li{
	font-size: 14px;
	color: #fff;
	padding-left: 23px;
	margin-bottom: 15px;
	background: url(../img/yjt.png) no-repeat left center;
}
.bottomDiv .centerDiv .listDiv ul li:hover{
	color: #fd5f35;
	background: url(../img/yjt_.png) no-repeat left center;
}
.bottomDiv .centerDiv .listDiv .aDiv{
	overflow: hidden;
}
.bottomDiv .centerDiv .listDiv .aDiv a{
	display: block;
	float: left;
	margin-right: 25px;
}
.bottomDiv .centerDiv .listDiv .aDiv a:last-child{
	margin-right: 0;
}
.bottomDiv .centerDiv .listDiv .kefu_a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fd5f35;
	border-radius: 3px;
	margin-top: 38px;
	font-size: 14px;
	color: #fff;
}
.bottomDiv .centerDiv .listDiv .kefu_a:hover{
	opacity: .8;
}
.bottomDiv .centerDiv .listDiv .kefu_a img{
	margin-right: 10px;
}
.bottomDiv .rightDiv{
	overflow: hidden;
	width: 37.9%;
	text-align: right;
}
.bottomDiv .rightDiv .inlineDiv{
	display: inline-block;
}
.bottomDiv .rightDiv .h4{
	font-size: 18px;
	color: #fff;
	position: relative;
	margin: 0 1.04vw 0 0;
}
.bottomDiv .rightDiv .itemDiv{
	float: left;
	margin-left:2.3vw;
	margin-bottom: 20px;
}
.bottomDiv .rightDiv .itemDiv .ewmDiv span{
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	text-align: center;
}

.footer{
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1b1b1b;
	padding: 30px 10px;
}

/******å³ä¾§æ‚¬æµ®*******/
.floatRightDiv{
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 999;
}
.floatRightDiv ul li{
	position: relative;
}
.floatRightDiv ul li:not(:last-child) a{
	border-bottom: 2px solid #fff;
}
.floatRightDiv ul li a{
	display: block;
	width: 70px;
	height: 70px;
    display:flex;
    justify-content:center;
    align-items:center;
    background: #ff7208;
    text-align: center;
    position: relative;
    z-index: 2;
}
.floatRightDiv ul li a span{
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}
.floatRightDiv ul li a:hover{
	background: #0068b7;
}
.floatRightDiv .backTop{
	display: block;
	width: 70px;
	height: 70px;
	background: #0068b7;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 50%;
    margin-top: 29px;
}
.floatRightDiv ul li .ewmDiv{
	position: absolute;
	bottom: -5px;
	width: 120px;
	height: 120px;
	right: -200px;
	transition: all .6s;
}
.floatRightDiv ul li:hover .ewmDiv{
	right: 70px;
}
.floatRightDiv ul li .guhuaDiv{
	position: absolute;
	top: 0;
	width: 180px;
	height: 70px;
	line-height: 70px;
	background: #ff7208;
	right: -200px;
	color: #fff;
	transition: all .6s;
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.floatRightDiv ul li:hover .guhuaDiv{
	right: 70px;
}

/**************è¡Œä¸šèµ„è®¯**************/
.ny-banner{
	position: relative;
	height: 49.5vw;
}
.ny-banner1{
	position: relative;
	height: 31.25vw;
}
.news-div .wrap{
	overflow: hidden;
	position: relative;
}
.news-div .hdDiv{
	position: relative;
	margin-top: 104px;
}
.news-div .twoNav{
	text-align: center;
}
.news-div .twoNav ul{
	overflow:hidden;
	display: inline-block;
}
.news-div .twoNav ul li{
	float: left;
	font-size: 14px;
	color: #2259a8;
	line-height: 40px;
}
.news-div .twoNav ul li a{
	font-size: 14px;
	color: #2259a8;
	text-transform: uppercase;
}
.news-div .twoNav ul li span{
	display: inline-block;
	margin: 0 20px;
}
.news-div .twoNav ul li a:hover,
.news-div .twoNav ul li.active a{
	color: #5a93ce;
}
.news-div .dateDiv{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.news-div .dateDiv .dropdown-top{
	overflow: hidden;
}
.news-div .dateDiv .dropdown-btn{
	width: 160px;
	height: 40px;
	line-height: 40px;
	border:1px solid #eee;
	padding-right: 40px;
	padding-left: 40px;
	margin-left: 25px;
	position: relative;
	cursor: pointer;
	background: #fafafb;
}
.news-div .dateDiv .dropdown-btn .dropdown-btn_arrow{
	position: absolute;
    display: block;
    right: 0;
    top: -1px;
    width: 40px;
    height: 40px;
    background: #2259a8;
}
.news-div .dateDiv .dropdown-btn .dropdown-btn_arrow:after{
    content: '';
    background: url(../img/xia1.png) no-repeat center center;
    background-size: 12px 7px;
    width: 40px;
    height: 40px;
    right: 0;
    transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.news-div .dateDiv .dropdown-menuList{
	z-index: 10;
	position: absolute;
    width: 160px;
    right: 0;
	background: #fafafb;
	display: none;
}
.news-div .dateDiv .dropdown-menuList a{
	display: block;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 40px;
	color: #333;
}
.news-div .dateDiv .dropdown-menuList a:hover{
	background: #2259a8;
	color: #fff;
}
.news-div .dateDiv.active .dropdown-btn .dropdown-btn_arrow:after{
	-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.news-div .dateDiv.active .dropdown-menuList{
	display: block;
}
.news-div .bdDiv{
	margin-top: 45px;
}
.news-div .bdDiv ul li a{
	overflow: hidden;
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    padding: 50px 4.2% 45px 2.5%;
    border-bottom: 1px solid #dcdcdc;
	color: #333;
	z-index: 1;
}
.news-div .bdDiv ul li a .imgDiv{
	width: 31.2%;
	margin-right: 4.6%;
}
.news-div .bdDiv ul li a .imgDiv img{
	width: 100%
}
.news-div .bdDiv ul li a .textDiv{
	width: 61.7%;
}
.news-div .bdDiv ul li a .textDiv .tagTime{
	overflow: hidden;
	line-height: 30px;
}
.news-div .bdDiv ul li a .textDiv .tagTime span.tag{
	display: inline-block;
	width: 140px;
	text-align: center;
	border: 1px solid #1b1b1b;
	text-transform: uppercase;
	margin-right: 20px;
}
.news-div .bdDiv ul li a .textDiv .title{
	font-size: 24px;
	margin: 30px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-div .bdDiv ul li a .textDiv p{
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.news-div .bdDiv ul li a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2259a8;
    -webkit-transform: scale(0,1.05);
    transform: scale(0,1.05);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: transform .7s cubic-bezier(.25,.1,0,.99);
    transition: transform .7s cubic-bezier(.25,.1,0,.99),-webkit-transform .7s cubic-bezier(.25,.1,0,.99)
}
.news-div .bdDiv ul li a:hover:before{
	-webkit-transform: scale(1,1.05);
    transform: scale(1,1.05);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.news-div .bdDiv ul li a:hover,
.news-div .bdDiv ul li a:hover .textDiv p{
	color: #fff;
}
.news-div .bdDiv ul li a:hover .textDiv .tagTime span.tag{
	border: 1px solid #fff;
}
.news-div .bdDiv .pageDiv{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
.news-div .bdDiv .pageDiv .pageList{
	overflow: hidden;
	display: inline-block;
}
.news-div .bdDiv .pageDiv .pageList a.pageNum{
	float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    text-align: center;
    border: 1px solid #dfdfdf;
    transition: all .25s ease;
    margin-left: 10px;
	font-size: 14px;
    color: #dfdfdf;
}

.news-div .bdDiv .pageDiv .pageList a.pageNum.active,
.news-div .bdDiv .pageDiv .pageList a.pageNum:hover{
	background: #000;
    color: #fff;
    border: 1px solid #000;	
}
.news-div .bdDiv .pageDiv .pageList a.pageMore{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    margin-left: 6px;
	float: left;
}
.news-div .bdDiv .pageDiv .pageList a.pageMore::before {
    display: block;
    content: '';
    width: 11px;
    height: 20px;
    background-image: url(../img/page-more.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.news-div .newsDetail{
	margin: 90px 25px;
}
.news-div .newsDetail .topDiv{
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
    letter-spacing: 1px;
    margin-left: 15px;
}
.news-div .newsDetail .topDiv .tag{
	font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    border: 1px solid #000;
    padding: 3px 10px;
    margin-right: 11px;
    text-transform: uppercase;
    text-align: center;
    min-width: 125px;
    display: inline-block;
}
.news-div .newsDetail .newsContent{
	padding: 0 15px 15px;
	border-bottom: 1px solid #9ec9f6;
}
.news-div .newsDetail .title{
	font-size: 36px;
	margin: 25px 0 50px;
}
.news-div .newsDetail p{
	margin:35px 0;
	color: #666;
	line-height: 26px;
	font-size: 16px;
}
.news-div .newsDetail img{
	margin: 15px 0;
}
.news-div .page-breadcrumb{
	margin-top: 60px;
}
.news-div .page-breadcrumb a{
	display: block;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-div .page-breadcrumb a:hover{
	color: #999;
}
.news-div .page-breadcrumb .rightDiv{
	text-align: right;
}








/***********å†…é¡µ**************/
.twoNavDiv{
	text-align: center;
	box-shadow: 0px 2px 8px rgba(0,0,0,.08);
}
.twoNavDiv .wrap{
	overflow: hidden;
}
.twoNavDiv span{
	display: block;
	line-height: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #e36303;
	width: 156px;
}
.twoNavDiv ul{
	display: block;
}
.twoNavDiv ul li{
	float: left;
	line-height: 70px;
	border-right: 1px solid #d9d9d9;
	width: 156px;
}
.twoNavDiv ul li a{
	font-size: 16px;
	height: 70px;
	color: #4b4b4b;
	display: block;
}
.twoNavDiv ul li a:hover,
.twoNavDiv ul li.active a{
	border-bottom: 2px solid #e36303;
}
.ny-banner {
	position: relative;
	overflow: hidden;
}
.ny-banner .imgDiv{
	height: 29.27vw;
	transition: transform 12000ms;
}
.ny-banner:hover .imgDiv,
.ny-banner .imgDiv.animated{
	transform: scale(1.2);
}
.ny-banner .txt{
	width: 243px;
	height: 104px;
	background-color: rgba(255, 255, 255, .25);
	position: absolute;
	left: 50%;
	margin-left: -121.5px;
	margin-top: -20px;
	top: 75%;
	transition: top 900ms;
	border:1px solid rgba(223,223,223,.61);
}
.ny-banner .txt.animated{
	top: 50%;
}
.ny-banner .txt p{
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.ny-banner .txt p.p1{
	font-size: 25px;
	padding-top: 28px;
}
.ny-banner .txt p.p2{
	font-size: 16px;
	margin-top: 10px;
}

/***********äº§å“ä¸­å¿ƒ**************/
.pro-div1{
	padding: 45px 0;
}
.pro-div1 .wrap{
	overflow: hidden;
}
.pro-div1 .leftDiv{
	width: 45.8%;
}
.pro-div1 .rightDiv{
	width: 51.25%;
}
.pro-div1 .rightDiv .title{
	font-size: 22px;
	font-weight: bold;
	color: #2f2f2f;
}
.pro-div1 .rightDiv ul li{
	padding: 25px 0;
	border-bottom: 1px solid #D9D9D9;
}
.pro-div1 .rightDiv ul li:last-child{
	border-bottom: 0;
}
.pro-div1 .rightDiv ul li span{
	font-size: 18px;
	color: #dd6204;
	padding-left: 20px;
	position: relative;
	display: block;
	font-weight: bold;
}
.pro-div1 .rightDiv ul li span:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #E36303;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.pro-div1 .rightDiv ul li p{
	margin: 5px 0 0;
	line-height: 24px;
	color: #2f2f2f;
}
.pro-div2{
	padding: 57px 0;
	background: url(../img/pro-bg.jpg) no-repeat center center;
	background-size:cover;
}
.pro-title{
	font-size: 18px;
	color: #fa6f06;
	font-weight: bold;
}
.pro-div2 .textDiv{
	width: 55%;
}
.pro-div2 .textDiv .listDiv{
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	margin-top: 20px;
}
.pro-div3{
	padding: 52px 0 67px;
}
.pro-div3 .wrap{
	overflow: hidden;
}
.pro-div3 .leftDiv{
	width: 40.5%;
}
.pro-div3 .rightDiv{
	width: 54.2%;
}
.pro-div3 .rightDiv .textDiv .text{
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0 50px;
	color: #000;
}
.pro-div3 .rightDiv ul li{
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 10px;
	color: #2f2f2f;
}
.pro-div4{
	background: #F5F5F5;
	padding: 40px 0;
}
.pro-div4 .row{
	margin: 20px -15px 0;	
}
.pro-div4 .row&gt;div a{
	display: block;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.pro-div4 .row&gt;div .textDiv{
	font-size: 18px;
	color: #494949;
	padding: 18px 0 6px;
}
.pro-div4 .row&gt;div a:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.16);
}
.pro-div4 .row&gt;div a:hover .textDiv{
	color: #E36303;
}


/********å…³äºŽæˆ‘ä»¬*******/

.about-div1 .about-title{
	text-align: center;
	background: url(../img/advantage.png) no-repeat center center;
}
.about-title span{
	font-size: 30px;
	color: #3e3e3e;
	font-weight: bold;
	display: block;
	font-style: italic;
}
.about-title p{
	font-size: 14px;
	color: #1c161f;
	display: block;
	margin: 8px 0 0;
}
.about-div1{
	padding: 108px 0 75px;
}
.about-div1 .row{
	margin: 130px 0 0;
}
.about-div1 .row&gt;div{
	text-align: center;
	padding: 0 0 54px;
}
.about-div1 .row&gt;div:nth-child(2){
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}
.about-div1 .row&gt;div .iconDiv{
	line-height: 84px;
	height: 84px;
	margin-top: -20px;
}
.about-div1 .row&gt;div span{
	font-size: 16px;
	color: #333;
	display: block;
	margin-top: 30px;
	margin-bottom: 8px;
}
.about-div1 .row&gt;div p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.about-div2 .about-title{
	text-align: center;
	background: url(../img/Introduction.png) no-repeat center center;
}
.about-div2{
	background: url(../img/about-bg.jpg) no-repeat center top;
	background-size:auto 93%;
	padding: 122px 0 0;
}
.about-div2 .textDiv{
	margin-top: 110px;
	margin-bottom: -55px;
	background: #fff;
	position: relative;
	padding: 36px 129px 1px;
	box-shadow: 0px 0px 27px rgba(240,243,251,.85);
	font-size: 16px;
	color: #1b1519;
	line-height: 36px;
}
.about-div2 .textDiv p{
	margin: 40px 0;
}

.about-div3 {
	padding: 222px 0 88px;
}
.about-div3 .wrap{
	max-width: 1300px;
}
.about-div3 .titleDiv{
	text-align: left;
	line-height: 1;
	border-top: 1px solid #000;
}
.about-div3 .titleDiv div{
	background: #fff;
	margin-top: -3px;
	display: inline-block;
	border-left: 2px solid #00479d;
	padding-left: 20px;
	padding-right: 70px;
}
.about-div3 .titleDiv span.eng{
	font-size: 18px;
	color: #1c161a;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.about-div3 .titleDiv span.chi{
	font-size: 18px;
	color: #3e3e3e;
}
.about-div3 .rowDiv{
	margin-top: 50px;
}
.about-div3 .rowDiv .leftDiv{
	width: 38.7%;
}
.about-div3 .rowDiv .leftDiv .groupDiv{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 50px;
}
.about-div3 .rowDiv .leftDiv .groupDiv span{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	line-height: 1;
}
.about-div3 .rowDiv .leftDiv .groupDiv .inputDiv,
.about-div3 .rowDiv .leftDiv .groupDiv .textareaDiv{
	padding-left: 85px;	
}
.about-div3 .rowDiv .leftDiv .groupDiv input{
	width: 100%;
	border: 0;
	line-height: 24px;
	padding: 0;
	border-bottom: 1px solid #bfbfbf;
}
.about-div3 .rowDiv .leftDiv .groupDiv textarea{
	width: 100%;
	padding: 0;
	border: 1px solid #bfbfbf;
	height: 135px;
	padding: 10px;
	resize: none;
}
.about-div3 .rowDiv .leftDiv .btnDiv{
	padding-left: 85px;
}
.about-div3 .rowDiv .leftDiv .btnDiv button{
	width: 100%;
	background: #2069b8;
	padding: 0;
	border: 0;
	height: 55px;
	line-height: 55px;
	color: #fff;
	border-radius: 5px;
}
.about-div3 .rowDiv .leftDiv .btnDiv button img{
	margin-right: 10px;
}
.about-div3 .rowDiv .leftDiv .btnDiv button:hover{
	opacity: .9;
}
.about-div3 .rowDiv .rightDiv{
	width: 44.2%;
	position: relative;
}
.about-div3 .rowDiv .rightDiv .mapDiv{
	position: relative;
}
.about-div3 .rowDiv .rightDiv:after{
	content: "";
	width: 50%;
	height: 85%;
	position: absolute;
	background: #e5e5e5;
	right: 0;
	top: -20px;
	z-index: -1;
}

.sjDiv{
	padding: 34px 0 50px;
	position: relative;
}
.sjDiv .leftDiv{
	width: 23.4%;
	margin-top: -75px;
}
.sjDiv .leftDiv .titleDiv{
	background: #2368b3;
	color: #fff;
	padding: 55px 0 40px;
	text-align: center;
}
.sjDiv .leftDiv .titleDiv .chi{
	font-size: 30px;
	color: #fff;
	display: block;
	line-height: 1;
}
.sjDiv .leftDiv .titleDiv .eng{
	font-size: 14px;
}
.sjDiv .leftDiv ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	border-bottom: 1px solid #fff;
	background: #313131;
	text-align: center;
}
.sjDiv .leftDiv ul li a:hover{
	background: #0068B7;
}

.sjDiv .rightDiv{
	width: 74.2%;
}
.sjDiv .rightDiv .hdDiv{
	font-size: 16px;
	color: #333;
	margin-bottom: 50px;
}
.sjDiv .rightDiv .hdDiv a{
	color: #2368b3;
}
.sjDiv .rightDiv .hdDiv a:hover{
	color: #007AFF;
}
.sjDiv .rightDiv .bdDiv .textDiv{
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 34px;
}
.sjDiv .rightDiv .bdDiv .textDiv .text{
	margin: 40px 0;
}
.sjDiv .rightDiv .bdDiv .textDiv p{
	margin: 0;
}

/****************åˆä½œå®¢æˆ·***************/
.hezuo-div1{
	padding: 113px 0;
}
.hezuo-div1 .about-title{
	text-align: center;
	background: url(../img/partners.png) no-repeat center center;
}
.hezuo-div1 .row{
	margin: 60px -4px 20px;
}
.hezuo-div1 .row&gt;div{
	padding: 0 4px;
	width: 20%;
}
.hezuo-div1 .row&gt;div .conDiv{
	border: 1px solid #eee;
	overflow: hidden;
	padding: 15px 0;
	margin-bottom: 19px;
	text-align: center;
}
.hezuo-div1 .row&gt;div .conDiv .imgDiv{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.hezuo-div1 .row&gt;div .conDiv .textDiv{
	display: inline-block;
}
.hezuo-div2{
	padding-bottom: 90px;
}
.hezuo-div2 .about-title{
	text-align: center;
	background: url(../img/cases.png) no-repeat center center;
}
.hezuo-div2 .rowDiv{
	position: relative;
	overflow: hidden;
	margin-top: 95px;
}
.hezuo-div2 .rowDiv .leftDiv{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #2069b8;
	height: 100%;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv{
	padding: 39px 32px;
	color: #fff;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .numDiv {
	overflow: hidden;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .numDiv span{
	display: inline-block;
	margin-right: 45px;
	font-size: 48px;
	background: #ff7208;
	width: 81px;
	height: 81px;
	text-align: center;
	line-height: 81px;
	border-radius: 10px;
	float: left;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .numDiv img{
	float: left;
	margin-top: 24.5px;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .nameDiv{
	margin-top: 110px;
	margin-bottom: 70px;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .nameDiv span{
	font-size: 24px;
	font-weight: bold;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .nameDiv div{
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .timeDiv span{
	font-size: 24px;
	font-weight: bold;
}
.hezuo-div2 .rowDiv .leftDiv .conDiv .timeDiv div{
	font-size: 18px;
	margin-top: 10px;
}
.hezuo-div2 .row&gt;div .conDiv{
	background: url(../img/hz-img2.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 32px;
	color: #fff;
}
.hezuo-div2 .row&gt;div .conDiv span{
	font-size: 18px;
	font-weight: bold;
}
.hezuo-div2 .row&gt;div .conDiv .textDiv{
	font-size: 14px;
	line-height: 30px;
	margin: 30px 0;
}

.hezuo-div2 .rowDiv .rightDiv{
	width: 50%;
	background: url(../img/hz-img1.jpg) no-repeat center center;
	background-size:cover;
}
.hezuo-div2 .rowDiv .rightDiv .conDiv{
	padding: 57px 80px;
	color: #fff;
}
.hezuo-div2 .rowDiv .rightDiv .conDiv span{
	font-size: 18px;
	font-weight: bold;
}
.hezuo-div2 .rowDiv .rightDiv .conDiv .textDiv{
	margin-top: 30px;
	margin-bottom: 20px;
}
.hezuo-div2 .rowDiv .rightDiv .conDiv p{
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}


/*****************ä¼ä¸šæ³•å¾‹æœåŠ¡******************/
.servers-div1{
	padding: 113px 0 40px;
	background: url(../img/fw-bg1.jpg) no-repeat center center;
	background-size: cover;
}
.server-main{
	position: relative;
}
.server-main .ny-banner{
	position: relative;
	z-index: 9;
}
.server-main:after{
	content: "";
	width: 36%;
	height: 65%;
	background: url(../img/index-bg1.png) no-repeat right center;
	background-size:100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.servers-div1 .wrap{
	position: relative;
	z-index: 2;
}
.servers-title{
	text-align: center;
}
.servers-title span{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.servers-title .line{
	width: 40px;
	height: 4px;
	background: #2259a8;
	margin: 15px auto;
}
.servers-title p{
	font-size: 18px;
	color: #666666;
	margin: 0;
}
.servers-div1 .textDiv{
	font-size: 14px;
	color: #999999;
	line-height: 34px;
	margin: 60px 0;
	position: relative;
	z-index: 9;
}
.servers-div1 .row{
	margin: 0 -14px;
	position: relative;
	z-index: 9;
}
.servers-div1 .row&gt;div{
	padding: 0 14px;
	margin-bottom: 22px;
}
.servers-div1 .row&gt;div .conDiv{
	background: #fff;
	text-align: center;
	padding: 35px 0;
	border-radius: 10px;
	box-shadow: 8px 0px 13px rgba(176,210,240,.3);
}
.servers-div1 .row&gt;div .conDiv span{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-top: 30px;
}
.servers-div2{
	background: url(../img/fw-bg2.png) no-repeat center center;
	background-size:cover;
	padding: 0;
	position: relative;
}
.servers-div2:before{
	content: "";
	width: 30%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.servers-div2 .wrap{
	background: #fff;
	border-radius: 10px;
	box-shadow:8px 0 30px rgba(238,239,242,.57);
	padding: 100px 40px 30px;
}
.servers-div2 .servers-title{
	text-align: left;
	position: relative;
	z-index: 5;
}
.servers-div2 .servers-title .line{
	margin: 15px 0;
}
.servers-div2 .textDiv{
	width: 53%;
	position: relative;
	z-index: 5;
}
.servers-div2 .textDiv ul li{
	padding: 50px 0;
	font-size: 24px;
	font-weight: bold;
	padding-left: 74px;
	border-bottom: 2px solid #dcdcdc;
}
.servers-div2 .textDiv ul li:last-child{
	border-bottom: 0;
}
.servers-div2 .textDiv ul li:nth-of-type(odd){
	color: #334af7;
	background: url(../img/duigou1.png) no-repeat left center;
}
.servers-div2 .textDiv ul li:nth-of-type(even){
	color: #fd5f35;
	background: url(../img/duigou2.png) no-repeat left center;
}
.servers-div2 .img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	/*width: 37.96875vw;*/
}
.servers-div3{
	padding: 50px 0 90px;
	background: url(../img/fw-bg3.png) #f6f8fa no-repeat right bottom;
}
.servers-div3 .wrap{
	background: #fff;
	padding: 90px 0;
	position: relative;
	z-index: 3;
}
.servers-div3 .row{
	margin: 73px -44px 0;
	padding: 0 57px;
}
.servers-div3 .row&gt;div{
	text-align: center;
	padding: 0 44px;
}
.servers-div3 .row&gt;div .iconDiv{
	line-height: 139px;
	height: 139px;
	position: relative;
}
.servers-div3 .row&gt;div .iconDiv:after{
	content: "";
	width: 84px;
	height: 2px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	background: url(../img/line.png) no-repeat center center;
	
}
.servers-div3 .row&gt;div:last-child .iconDiv:after{
	display: none;
}
.servers-div3 .row&gt;div .textDiv{
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

/*****************ç§‘æŠ€é¡¹ç›®ç”³æŠ¥*****************/
.shenbao-div1{
	background: #f7f8fa;
	padding: 113px 0 58px;
}
.shenbao-div1 .wrap{
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.shenbao-div1 .leftDiv{
	width: 29.6%;
	margin-left: 3.75%;
}
.shenbao-div1 .leftDiv .servers-title{
	text-align: left;
}
.shenbao-div1 .leftDiv .servers-title .line{
	margin: 15px 0;
}
.shenbao-div1 .leftDiv .textDiv{
	margin-top: 60px;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.shenbao-div1 .leftDiv .textDiv p{
	margin: 30px 0;
}

.shenbao-div1 .rightDiv{
	width: 57.5%;
	margin-right: 2.1%;
}
.shenbao-div1 .rightDiv .titleDiv{
	background: #2259a8;
	color: #fff;
	padding: 29px;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
}
.shenbao-div1 .rightDiv .titleDiv small{
	font-size: 18px;
	color: #7588ac;
	margin-left: 15px;
}
.shenbao-div1 .rightDiv .row{
	margin: 47px -16px 0;
}
.shenbao-div1 .rightDiv .row&gt;div{
	padding: 0 16px;
	margin-bottom: 20px;
}
.shenbao-div1 .rightDiv .row&gt;div .conDiv{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
    display:flex;
    align-items:center;
    height: 84px;
    padding-left: 17px;
}
.shenbao-div1 .rightDiv .row&gt;div:nth-of-type(even) .conDiv{
	background: #f7f7f7;
}
.shenbao-div1 .rightDiv .row&gt;div .conDiv .inlineDiv{
	display: inline-block;
}
.shenbao-div1 .rightDiv .row&gt;div .conDiv .imgDiv{
	width: 59px;
	text-align: center;
}
.shenbao-div1 .rightDiv .row&gt;div .conDiv .text{
	padding-left: 15px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
    display:flex;
    align-items:center;
}

.shenbao-div2{
	background:#f7f8fa;
	padding: 0;
	position: relative;
}
.shenbao-div2:before{
	content: "";
	width: 30%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.shenbao-div2 .wrap{
	background: #fff;
	border-radius: 10px;
	box-shadow:8px 0 30px rgba(238,239,242,.57);
	padding: 100px 40px 30px;
}
.shenbao-div2 .servers-title{
	text-align: left;
	position: relative;
	z-index: 5;
}
.shenbao-div2 .servers-title .line{
	margin: 15px 0;
}
.shenbao-div2 .textDiv{
	width: 58%;
	position: relative;
	z-index: 5;
}
.shenbao-div2 .textDiv ul li{
	padding: 40px 0 30px;
	border-bottom: 2px solid #dcdcdc;
}
.shenbao-div2 .textDiv ul li:last-child{
	border-bottom: 0;
}
.shenbao-div2 .textDiv ul li div{
	font-size: 24px;
	font-weight: bold;
	padding-left: 74px;
}
.shenbao-div2 .textDiv ul li  p{
	padding-left: 74px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	margin: 20px 0 0;
}
.shenbao-div2 .textDiv ul li:nth-of-type(odd) div{
	color: #334af7;
	background: url(../img/duigou1.png) no-repeat left center;
}
.shenbao-div2 .textDiv ul li:nth-of-type(even) div{
	color: #fd5f35;
	background: url(../img/duigou2.png) no-repeat left center;
}
.shenbao-div2 .img{
	position: absolute;
	right: 0;
	bottom: 140px;
	z-index: 2;
}
  
.shenbao-div3{
	background: url(../img/sb-bg1.png) #f7f8fa no-repeat center center;
	background-size:cover;
	padding: 115px 0 60px;
}
.shenbao-div3 .servers-title{
	text-align: left;
	position: relative;
	z-index: 5;
}
.shenbao-div3 .servers-title span{
	color: #fff;
}
.shenbao-div3 .servers-title .line{
	margin: 15px 0;
}
.shenbao-div3 .wrap{
	max-width: 1350px;
}
.shenbao-div3 .wrap&gt;ul{
	margin: 37px 0 0;
	overflow: hidden;
}
.shenbao-div3 .wrap&gt;ul&gt;li{
	width: 9.7%;
	margin-right: 20.3%;
	float: left;
	text-align: center;
	color: #fff;
}
.shenbao-div3 .wrap&gt;ul&gt;li .iconDiv{
	height: 131px;
	line-height: 131px;
	position: relative;
}
.shenbao-div3 .wrap&gt;ul&gt;li:hover .iconDiv{
	background: #334af7;
	border-radius: 50%;
}
.shenbao-div3 .wrap&gt;ul&gt;li .iconDiv:after{
	content: "";
	width: 200%;
	height: 131px;
	position: absolute;
	background: url(../img/sblc-icon5.png) no-repeat center center;
	background-size:100%;
	left: 105%;    
	top: 50%;
    margin-top: -65px;
}
.shenbao-div3 .wrap&gt;ul&gt;li:last-child{
	margin-right: 0;
}
.shenbao-div3 .wrap&gt;ul&gt;li:last-child .iconDiv:after{
	display: none;
}
.shenbao-div3 .wrap&gt;ul&gt;li .textDiv span{
	margin-top: 31px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.shenbao-div3 .wrap&gt;ul&gt;li .textDiv small{
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.shenbao-div3 .wrap&gt;ul&gt;li .textDiv ul{
	margin-top: 30px;
}
.shenbao-div3 .wrap&gt;ul&gt;li .textDiv ul li{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

/********************çŸ¥è¯†äº§æƒä¸“åˆ©*********************/
.zhuanli-main{
	position: relative;
}
.zhuanli-main .ny-banner{
	position: relative;
	z-index: 9;
}
.zhuanli-main:after{
	content: "";
	width: 34vw;
	height: 54%;
	background: url(../img/index-bg1.png) no-repeat right center;
	background-size:100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.zhuanli-div1{
	padding: 113px 0 80px;
	background: url(../img/zl-bg1.jpg) no-repeat center center;
	background-size:cover;
}
.zhuanli-div1 .wrap{
	position: relative;
	z-index: 5;
}
.zhuanli-div1 .textDiv{
	margin: 65px 0 100px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.zhuanli-div1 .row{
	margin: 0 -10px;
}
.zhuanli-div1 .row&gt;div{
	padding: 0 10px;
	text-align: center;
}
.zhuanli-div1 .row&gt;div:first-child .conDiv{
	background: #2069b8;
	padding: 70px 57px;
	min-height: 440px;
	color: #fff;
}
.zhuanli-div1 .row&gt;div:last-child .conDiv{
	border: 1px solid #000;
	padding: 70px 57px;
	min-height: 440px;
}
.zhuanli-div1 .row&gt;div .conDiv .iconDiv{
	height: 72px;
	line-height: 72px;
	color: #333;
}
.zhuanli-div1 .row&gt;div .conDiv .name{
	margin: 30px 0 20px;
	font-size: 24px;
	font-weight: bold;
}
.zhuanli-div1 .row&gt;div .conDiv p{
	font-size: 16px;
	line-height: 32px;
	text-align: left;
}
.zhuanli-div1 .row&gt;div:last-child .conDiv p{
	color: #666;
	font-size: 18px;
}
.zhuanli-div1 .row&gt;div:last-child .conDiv p span{
	font-weight: bold;
}

.zhuanli-div2{
	background: url(../img/zl-bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0 50px;
}
.zhuanli-div2 .wrap{
	position: relative;
	z-index: 5;
}
.zhuanli-div2 .textDiv{
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	width: 100%;
	max-width: 1200px;
}
.zhuanli-div2 .imgDiv{
	text-align: center;
	margin-top: 50px;
}

.zhuanli-div3{
	background: url(../img/zl-bg3.png) #f6f8fa no-repeat center center;
	background-size: cover;
	padding: 119px 0 0;
}
.zhuanli-div3 .wrap{
	position: relative;
	z-index: 5;
}
.zhuanli-div3 .row1{
	margin: 48px 0 68px;
}
.zhuanli-div3 .row1&gt;div{
	text-align: center;
	padding: 28px 0;
}
.zhuanli-div3 .row1&gt;div:nth-child(2){
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}
.zhuanli-div3 .row1&gt;div span{
	display: block;
	margin-top: 15px;
	color: #333;
}

.zhuanli-div3 .row2{
	margin: 0 -5px ;
}
.zhuanli-div3 .row2&gt;div{
	padding: 0 5px;
	text-align: center;
}
.zhuanli-div3 .row2&gt;div a{
	display: block;
	padding: 0 35px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow: 0px 0px 38px rgba(0,0,0,0.07);
}
.zhuanli-div3 .row2&gt;div.leftDiv a{
	height: 179px;
	margin-bottom: 10px;
}
.zhuanli-div3 .row2&gt;div.leftDiv a:nth-child(1){
	background: #2069b8;
}
.zhuanli-div3 .row2&gt;div.leftDiv a:nth-child(2){
	background: #fd5f35;
}
.zhuanli-div3 .row2&gt;div.leftDiv a p{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	-webkit-line-clamp: 2;
	margin-top: 10px;
	text-align: center;
}
.zhuanli-div3 .row2&gt;div .conDiv span{
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 15px 0 20px;
}
.zhuanli-div3 .row2&gt;div .conDiv p{
	font-size: 14px;
	color: #545a60;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	transition: all .2s;
	display: -webkit-box;
	text-align: left;
	line-height: 24px;
}
.zhuanli-div3 .row2&gt;div.centerDiv{
	margin-bottom: 10px;
}
.zhuanli-div3 .row2&gt;div.centerDiv span{
	color: #111a51;
}
.zhuanli-div3 .row2&gt;div.centerDiv a{
	background: #fff;
	height: 368px;
}
.zhuanli-div3 .row2&gt;div.centerDiv .imgDiv{
	
}
.zhuanli-div3 .row2&gt;div.rightDiv a{
	background: #111a51;
	height: 268px;
}
.zhuanli-div3 .row2&gt;div.rightDiv .conDiv span{
	font-size: 30px;
	font-weight: bold;
}
.zhuanli-div4{
	padding: 64px 0 132px;
	background: #f6f8fa;
	position: relative;
}
.zhuanli-div4 .wrap{
	position: relative;
	z-index: 5;
	background: #fff;	
	padding: 87px;
}
.zhuanli-div4 .imgDiv{
	text-align: center;
	margin-top: 70px;
}
	
.zhuanli-div4:before{
	content: "";
	width: 100%;
	height: 120%;
	background: url(../img/zl-bg4.png) no-repeat right bottom;
	background-size:auto 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.ejPage-div1{
	padding: 112px 0 0;
	background: url(../img/ej-bg4.png) #f7f8fa no-repeat right top;
}
.ejPage-div1 .textDiv{
	margin-top: 100px;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	margin-bottom: 80px;
	
}
.ejPage-div1 .rowDiv{
	background: #fff;
	position: relative;
	padding: 139px 0 200px;
}
.ejPage-div1 .rowDiv .wrap .textDiv{
	position: relative;
	z-index: 2;
	width: 58%;
	margin: 0;
	font-size: 16px;
}
.ejPage-div1 .rowDiv .img{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 44.7%;
}
.ejPage-div1 .rowDiv span{
	font-size: 24px;
	font-weight: bold;
	color: #2259a8;
	margin-bottom: 80px;
	display: block;
}
.ejPage-div1 .rowDiv ul li{
	color: #666;
	margin-top: 25px;
	line-height: 49px;
}
.ejPage-div2{
	background: url(../img/ej-bg1.jpg) no-repeat center center;
	background-size:cover;
	padding: 93px 0 30px; 
}
.ejPage-div2 .servers-title span{
	color: #fff;
}
.ejPage-div2 .servers-title .line{
	background: #fff;
}
.ejPage-div2 .servers-title p{
	color: #fff;
}
.ejPage-div2 .rowDiv{
	padding: 0 20px;
}
.ejPage-div2 .swiper-container {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin: 63px auto 0;
}
.ejPage-div2 .swiper-container-multirow&gt;.swiper-wrapper{
	padding-bottom: 63px;
}
.ejPage-div2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      height: 91px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background: #fff;
	  padding: 17px 20px;
	  border-radius: 3px;
}

.ejPage-div2 .swiper-slide .conDiv{
	width: 100%;
	height: 60px;
	position: relative;
}
.ejPage-div2 .swiper-slide .conDiv .textDiv{
	padding-left: 7%;
	padding-right: 120px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.ejPage-div2 .swiper-slide .conDiv  a{
	position: absolute;
	right: 0;
	width: 117px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #d1d1d1;
	border-radius: 25px;
	color: #fff;
	top: 5px;
	display: block;
}
.ejPage-div2 .swiper-slide .conDiv  a:hover{
	background: #2259a8;
}
.ejPage-div2 .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
}
.ejPage-div2 .swiper-pagination-bullet-active{
	width: 18px;
	height: 18px;
	background: #fd5f35;
}
.ejPage-div2 .swiper-container-horizontal&gt;.swiper-pagination-bullets{
	bottom: 0;
}
.ejPage-div2 .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet-active{
	position: relative;
	top: 2px;
	margin: 0 6px;
}

.ejPage-div3{
	padding: 82px 0 542px;
	background: url(../img/ej-bg2.png) no-repeat center center;
	background-size:cover; 
}
.ejPage-div3 .row{
	margin: 85px 0 0;
}
.ejPage-div3 .row&gt;div{
	padding: 0 53px;
}
.ejPage-div3 .row&gt;div:first-child .textDiv{
	background: #2259a8;
	min-height: 196px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 0 35px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.ejPage-div3 .row&gt;div:last-child .textDiv{
	border: 1px solid #a0a0a0;
	min-height: 196px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 0 35px;
    line-height: 36px;
    text-align: center;
}
.ejPage-div4{
	margin-top: -542px;
	padding: 80px 0;
	background: url(../img/ej-bg3.png) no-repeat center center;
	background-size:cover;
}
.ejPage-div4 .wrap{
	background: #fff;
	padding: 49px 119px 0;
	position: relative;
	background: url(../img/ej-img2.jpg) #fff no-repeat right center;
	background-size: 43.2% 100%;
}
.ejPage-div4 .listDiv{
	width: 50%;
}
.ejPage-div4 .listDiv ul li{
	padding: 40px 0 60px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #dcdcdc;
}
.ejPage-div4 .listDiv ul li:last-child{
	border-bottom: 0;
}
.ejPage-div4 .listDiv ul li:nth-of-type(odd) div{
	padding-left: 74px;
	color: #2259a8;
	background: url(../img/duigou3.png) no-repeat left center;
}
.ejPage-div4 .listDiv ul li:nth-of-type(even) div{
	padding-left: 74px;
	color: #fd5f35;
	background: url(../img/duigou2.png) no-repeat left center;
}

body:after {
    content: '';
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}

@media (max-width:1470px) {
	header .wrap{padding: 0 10px;}
	.index-div3 .wrap{margin-left: 10px;margin-right: 10px;}
	.zhuanli-main:after{height: 53%;}
}
@media (max-width:1366px) {
	.index-div4 .wrap{max-width: 1200px;}
	.index-div5 .wrap,.bottomDiv .wrap{max-width: 1200px;}
}
@media (max-width:1220px) {
	.wrap{padding: 0 10px;}
	.index-div3 .yewuDiv .listDiv ul li{width: initial;}
	.index-div3 .yewuDiv .listDiv ul li a{min-width: 178px;}
	.ui-homebanner .swiper-pagination{margin-left: 0;left: 0;}
	.shenbao-div3 .wrap&gt;ul&gt;li .iconDiv img{max-width: 50%;max-height: 50%;}
	header .rightDiv .language a{margin-left: 10px;}
	header .menu&gt;ul&gt;li&gt;a{margin-left: 10px;}
}

@media (max-width:1100px) {
	.shenbao-div3 .wrap&gt;ul&gt;li .textDiv span{font-size: 20px;}
	header .rightDiv .language a{margin-left: 0px;}
	header .menu&gt;ul&gt;li&gt;a{margin-left: 5px;}
	header .logo{width: 10vw;height: 108px;}
	header .logo img{padding-top: 15px;max-width: 80%;}
}

@media (max-width:1024px) {
	.index-div5 .rightDiv .tabDiv{width: 86%;}
	.index-div5 .leftDiv .imgDiv .title{font-size: 2.8625vw;}
    
}
@media (min-width:768px) and (max-width: 991px) {
	.index-div2 .ywyyDiv .row&gt;div{margin-bottom: 24px;}
	.index-div3 .ywyyDiv .row&gt;div{margin-bottom: 12px;}
	.index-div3 .ywyyDiv .row&gt;div.rightDiv ul li.li3 .imgDiv{top: 0;}
	.index-div4 .row&gt;div .imgDiv .dateDiv{left: 10px;top: 10px;}
}


/*æ‰‹æœº*/
@media (max-width:767px) {
	header .logo {background-size:100%;width: 80px;height: 78px;}
	header .logo img {max-width: 80%;padding-top: 10px;}
	header {
		position: fixed !important;
		z-index: 11;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		background-color: transparent;
		transition: right 300ms !important;
	}
	body.on-menu header {
		right: 0;
	}
	header .mbtn {display: block;display: none;}
	header .rightDiv{padding-top: 12px;}
	header .rightDiv .language a{margin-left: 0;}
	header #header-toggle {
		pointer-events: auto;
   	 	z-index: 3000;
	    padding: 15px 20px;
	    display: inline-block;
	    cursor: pointer;
	    transition-property: opacity, -webkit-filter;
	    transition-property: opacity, filter;
	    transition-property: opacity, filter, -webkit-filter;
	    transition-duration: 0.15s;
	    transition-timing-function: linear;
	    font: inherit;
	    color: inherit;
	    text-transform: none;
	    background-color: transparent;
	    border: 0;
	    margin: 0;
	    overflow: visible;
	    position: fixed;
	    position: absolute;
	    top: 0;
	    right: 0;
	    outline: 0;
	}
	header .hamburger-box {
	    width: 30px;
	    height: 18px;
	    display: inline-block;
	    position: relative;
	}
	header .hamburger-inner {
	    display: block;
	    top: 50%;
	    margin-top: -2px;
	}
	header .hamburger--spin .hamburger-inner {
	    transition-duration: 0.22s;
	    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
		content: "";
		display: block;
	    width: 30px;
	    height: 4px;
	    background-color: #fff;
	    border-radius: 0;
	    position: absolute;
	    transition-property: -webkit-transform;
	    transition-property: transform;
	    transition-property: transform, -webkit-transform;
	    transition-duration: 0.15s;
	    transition-timing-function: ease;
	}
	header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
	    background-color: #fff;
	    transition-property: opacity, -webkit-transform;
	    transition-property: transform, opacity;
	    transition-property: transform, opacity, -webkit-transform;
	}
	header .hamburger--spin .hamburger-inner::before {
	    top: -7px;
	    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	}
	header .hamburger--spin .hamburger-inner::after {   
		bottom: -7px;
	    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	header .hamburger--spin.is-active .hamburger-inner {
	    -webkit-transform: rotate(225deg);
	    transform: rotate(225deg);
	    transition-delay: 0.12s;
	    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}	
	body.on-menu header .hamburger-inner, body.on-menu header .hamburger-inner::before, body.on-menu header .hamburger-inner::after {
	    background-color: #fff;
	}
	header .hamburger--spin.is-active .hamburger-inner::before {
	    top: 0;
	    opacity: 0;
	    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	}
	header .hamburger--spin.is-active .hamburger-inner::after {
	    bottom: 0;
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	header .rightDiv .menu {
		pointer-events: none;
	    opacity: 0;
	    transition: opacity .2s linear;
	    transition-delay: .2s;
	    background: rgba(27,27,27,.85);
	    background-size: cover;
	    z-index: 990;
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    overflow-y: auto;
	}
	
	header .menu&gt;ul{
		width: 100%;
		float: initial;
		position: relative;
		margin-top: 100px;
		display: block;
		padding: 0 10px;
	}
	header .menu&gt;ul&gt;li{
		float: initial;
	}
	header .menu&gt;ul&gt;li&gt;a{
		margin: 0 0 20px;
	}
	header .menu&gt;ul&gt;li.dropdown .dropdownMenu{
		top: 0;
		padding:0 0;
		position: relative;
		overflow: hidden;
		display: none;
	}
	header .menu&gt;ul&gt;li.dropdown&gt;a&gt;span{
		display: none;
	}
	header .menu&gt;ul&gt;li.dropdown .dropdownMenu .backHome{
		display: none;
	}
	header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv{
		width: 100%;
	}
	header .menu&gt;ul&gt;li.dropdown .dropdownMenu .twoMenuDiv .listDiv{
		width: 50%;
		margin-left: 0;
	}
	body.on-menu header .rightDiv .menu{
	    visibility: visible;
	    pointer-events: auto;
	    opacity: 1;
	    transition-delay: 0s;
	}
	header .rightDiv .menu:before, header .rightDiv .menu:after {
	    content: '';
	    display: block;
	    width: 0vw;
	    height: 13.33333vw;
	    background-repeat: no-repeat;
	    background-size: cover;
	    position: absolute;
	    transition: width .2s linear;
	    transition-delay: 0s;
	}
	header .rightDiv .menu:before {
	    top: 0;
	    left: 0;
	    background-image: url(../img/nav-list-before_sp.png);
	    background-position: left top;
	}
	header .rightDiv .menu:after {
	    bottom: 0;
	    right: 0;
	    background-image: url(../img/nav-list-after_sp.png);
	    background-position: right bottom;
	}
	body.on-menu header .rightDiv .menu:before, body.on-menu header .rightDiv .menu:after {
	    width: 50vw;
	    transition-delay: .2s;
	}
	header .menu&gt;ul&gt;li.dropdown:hover .dropdownMenu{display: none;}
	
	.main {position: relative;right: 0;margin-top: 0;}
	
	.wrap{padding: 0 10px;}
	.ui-homebanner .img{height:60vw;}
	.ui-homebanner .swiper-pagination{bottom: 26px;}
	.index-div1{padding: 43px 0 34px;}
	.index-div1 .rowDiv .leftDiv{width: 100%;padding: 25px 20px;}
	.index-div1 .rowDiv .rightDiv{position: relative;width: 100%;}
	.index-title{font-size: 24px;}
	.index-div1 .row&gt;div.centerDiv a{height: 179px;}
	.index-div1 .row&gt;div.rightDiv a{margin-top: 0;height: 179px;}
	.index-div1 .row{margin-bottom: 30px;}
	.index-div1 .yewuDiv .listDiv ul,.index-div2 .yewuDiv .listDiv ul,.index-div3 .yewuDiv .listDiv ul{margin: 0;}
	.index-div1 .yewuDiv .listDiv ul li,.index-div2 .yewuDiv .listDiv ul li,.index-div3 .yewuDiv .listDiv ul li{width: 100%;margin: 0 0 10px;}
	.index-div1 .yewuDiv .listDiv ul li a,.index-div2 .yewuDiv .listDiv ul li a,.index-div3 .yewuDiv .listDiv ul li a{justify-content:flex-start;height: 76px;}
	.index-div2{padding: 30px 0 100px;}
	.index-div2 .rowDiv .rightDiv{width: 100%;position: relative;}
	.index-div2 .rowDiv .leftDiv{width: 100%;padding: 25px 20px;}
	.index-div2 .rowDiv .leftDiv p{margin-top: 30px;}
	.index-div2 .ywyyDiv{padding: 39px 0 43px;}
	.index-div2 .ywyyDiv .row{margin-top: 30px;}
	.index-div2 .ywyyDiv .row&gt;div{margin-bottom: 10px;}
	.index-div2 .yewuDiv .listDiv{margin-top: 27px;}
	.index-div3{padding-bottom: 46px;}
	.index-div3 .wrap{margin-top: -70px;padding: 25px 20px;}
	.index-div3 .rowDiv{margin-top: 40px;}
	.index-div3 .titleDiv{font-size: 24px;}
	.index-div3 .rowDiv .leftDiv{width: 100%;border: 0;margin-top: 30px;}
	.index-div3 .rowDiv .rightDiv{width: 100%;position: relative;}
	.index-div3 .rowDiv .leftDiv a{font-size: 20px;line-height: 53px;}
	.index-div3 .ywyyDiv{margin: 60px 0 48px;}
	.index-div3 .ywyyDiv .row{margin-top: 48px;}
	.index-div3 .ywyyDiv .row&gt;div.rightDiv ul li.li3 .imgDiv{position: relative;top: 0;}
	.index-div4{padding: 40px 0 68px;}
	.index-div4 .titleDiv{font-size: 24px;}
	.index-div4 .row{margin-top: 28px;}
	.index-div4 .row&gt;div .imgDiv .dateDiv{left: 10px;top: 10px;}
	.index-div4 .row&gt;div{margin-bottom: 20px;}
	.index-div4 .wrap&gt;.more_a{width: 60%;margin-top: 0;height: 46px;line-height: 46px;font-size: 18px;}
	.index-div5 .leftDiv{width: 100%;text-align: center;}
	.index-div5 .leftDiv .imgDiv{float: initial;display: inline-block;}
	.index-div5 .leftDiv .imgDiv .title{font-size: 24px;text-align: left;height: 176px;padding-top: 55px;bottom: -76px;position: absolute;}
	.index-div5 .rightDiv{width: 100%;padding-top: 100px;}
	.index-div5:after{display: none;}
	.index-div5 .rightDiv{padding-right: 4.2%;}
	.index-div5 .rightDiv .tabDiv{width: 100%;}
	.index-div5 .rightDiv .tabDiv .listDiv{margin-top: 43px;}
	.index-div5 .rightDiv .tabDiv .titleDiv{font-size: 24px;}
	.index-div5 .rightDiv .tabDiv ul li a{margin-bottom: 25px;}
	.index-div5 .rightDiv .tabDiv ul li a .textDiv span{font-size: 16px;}
	.index-div5 .rightDiv .tabDiv ul li a .dateDiv span{font-size: 18px;}
	.index-div6{padding: 93px 0 64px;}
	.index-div6 .titleDiv{font-size: 24px;}
	.index-div6 .titleDiv p{font-size: 20px;}
	.index-div6 .textDiv{margin: 20px auto 40px;}
	.floatRightDiv{display: none;}
	
	.ny-banner,.ny-banner1{height: 60vw;}
	.news-div .hdDiv{margin-top: 52px;}
	.news-div .bdDiv ul li a{display: block;padding: 50px 10px 45px 10px;}
	.news-div .bdDiv ul li a .imgDiv{width: 100%;margin-right: 0;margin-bottom: 30px;}
	.news-div .bdDiv ul li a .textDiv{width: 100%;}
	.news-div .bdDiv ul li a .textDiv .title{margin: 15px 0 10px;font-size: 16px;}
	.news-div .bdDiv .pageDiv{margin: 50px 0 30px;}
	.news-div .dateDiv{top: 100%;}
	.news-div .newsDetail{margin: 90px 0;}
	.news-div .newsDetail .title{font-size: 18px;margin: 25px 0;}
	.news-div .newsDetail p{margin: 20px 0;font-size: 14px;line-height: 24px;text-align: justify;}
	.news-div .page-breadcrumb{margin-top: 30px;}
	.news-div .page-breadcrumb .rightDiv{text-align: left;margin-top: 10px;}
	.news-div .page-breadcrumb a{font-size: 14px;}
	
	.about-div1{padding: 54px 0 37px;}
	.about-div1 .about-title{background-size: 100%;}
	.about-title span{font-size: 24px;}
	.about-title p{margin-top: 5px;}
	.about-div1 .row{margin-top: 35px;}
	.about-div1 .row&gt;div{padding-bottom: 30px;}
	.about-div1 .row&gt;div:nth-child(2){border: 0;border-top: 2px solid #e5e5e5;border-bottom: 2px solid #e5e5e5;}
	.about-div1 .row&gt;div .iconDiv{max-width: 13%;margin: 30px auto 0;height: initial;line-height: initial;}
	.about-div1 .row&gt;div span{margin-top: 20px;}
	.about-div2{padding: 60px 0 0;}
	.about-div2 .about-title,.hezuo-div1 .about-title,.hezuo-div2 .about-title{background-size: 100%;}
	.about-div2 .textDiv{margin-top: 55px;padding: 1px 20px ;}
	.about-div2 .textDiv p{margin: 20px 0;}
	
	.about-div3{padding: 111px 0 44px;}
	.about-div3 .rowDiv .leftDiv{width: 100%;}
	.about-div3 .rowDiv .leftDiv .groupDiv{margin-bottom: 30px;}
	.about-div3 .rowDiv .leftDiv .groupDiv span{font-size: 20px;}
	.about-div3 .rowDiv .leftDiv .groupDiv .inputDiv, .about-div3 .rowDiv .leftDiv .groupDiv .textareaDiv,.about-div3 .rowDiv .leftDiv .btnDiv{padding-left: 65px;}
	.about-div3 .rowDiv .rightDiv{width: 100%;margin-top: 60px;}
	.about-div3 .rowDiv .rightDiv .mapDiv{padding-right: 15px;}
	.sjDiv .leftDiv{width: 100%;}
	.sjDiv .rightDiv{width: 100%;margin-top: 30px;}
	.sjDiv .rightDiv .hdDiv{margin-bottom: 25px;}
	.sjDiv .rightDiv .bdDiv .textDiv .text{margin: 30px 0;}
	.sjDiv .leftDiv .titleDiv{padding: 35px 0 20px;}
	.sjDiv .leftDiv ul {overflow: hidden;}
	.sjDiv .leftDiv ul li{width: 50%;float: left;}
	.sjDiv .leftDiv ul li a{line-height: 45px;}
	.sjDiv .leftDiv .titleDiv .chi{font-size: 24px;}
	
	.hezuo-div1{padding: 55px 0;}
	.hezuo-div1 .row{margin: 30px 4px 20px;}
	.hezuo-div1 .row&gt;div{width:50%;}
	.hezuo-div1 .row&gt;div .conDiv{padding: 10px 0;}
	.hezuo-div1 .row&gt;div .conDiv .imgDiv{width: 65px;height: 65px;line-height: 65px;}
	.hezuo-div2{padding-bottom: 45px;}
	.hezuo-div2 .rowDiv .leftDiv{width: 100%;position: relative;height: initial;}
	.hezuo-div2 .rowDiv .rightDiv{width: 100%;}
	.hezuo-div2 .rowDiv .leftDiv .conDiv .numDiv span{width: 61px;height:61px;line-height: 61px;font-size: 36px;}
	.hezuo-div2 .rowDiv .leftDiv .conDiv .numDiv img{margin-top: 14.5px;}
	.hezuo-div2 .rowDiv .leftDiv .conDiv .nameDiv{margin: 55px 0 35px;}
	.hezuo-div2 .rowDiv .leftDiv .conDiv .nameDiv span,.hezuo-div2 .rowDiv .leftDiv .conDiv .timeDiv span{font-size: 20px;}
	.hezuo-div2 .rowDiv .leftDiv .conDiv .nameDiv div{font-size: 24px;}
	.hezuo-div2 .rowDiv .rightDiv .conDiv{padding: 30px 40px;}
	.hezuo-div2 .row&gt;div .conDiv{padding: 40px 20px;}
	.server-main:after{display: none;}
	.servers-div1{padding: 55px 0 20px;}
	.servers-title span{font-size: 24px;}
	.servers-div1 .textDiv{margin: 30px 0;}
	.servers-div1 .row{margin: 0 -7px;}
	.servers-div1 .row&gt;div{padding: 0 7px;}
	.servers-div1 .row&gt;div .conDiv{padding: 18px 0;}
	.servers-div1 .row&gt;div .conDiv img{width: 40%;}
	.servers-div1 .row&gt;div .conDiv span{margin-top: 15px;font-size: 16px;}
	.servers-div2 .wrap{padding: 50px 20px 10px;}
	.servers-div2 .textDiv{width: 100%;}
	.servers-div2 .textDiv ul li{padding: 30px 0 30px 44px;font-size: 18px;}
	.servers-div2:before{display: none;}
	.servers-div2 .img{display: none;}
	.servers-div3{padding: 15px 0 45px;}
	.servers-div3 .wrap{padding: 45px 0 10px;}
	.servers-div3 .row{margin-top: 35px;}
	.servers-div3 .row&gt;div{margin-bottom: 30px;}
	.servers-div3 .row&gt;div .iconDiv:after{display: none;}
	.servers-div3 .row&gt;div .iconDiv{height: 99px;line-height: 99px;}
	.servers-div3 .row&gt;div .iconDiv img{max-height: 100%;}
	.servers-div3 .row&gt;div .textDiv{margin-top: 15px;}
	
	.shenbao-div1{padding: 55px 0 29px;}
	.shenbao-div1 .leftDiv{width: 100%;margin-left: 0;}
	.shenbao-div1 .rightDiv{width: 100%;margin-right: 0;}
	.shenbao-div1 .leftDiv .textDiv{margin-top: 30px;}
	.shenbao-div1 .leftDiv .textDiv p{margin: 15px 0;}
	.shenbao-div1 .rightDiv .titleDiv{padding: 20px;}
	.shenbao-div1 .rightDiv .row{margin-top: 27px;}
	.shenbao-div1 .rightDiv .row&gt;div:nth-of-type(even) .conDiv{background: #fff;}
	.shenbao-div1 .rightDiv .row&gt;div{margin-bottom: 15px;}
	.shenbao-div2 .wrap{padding: 50px 20px 10px;}
	.shenbao-div2 .textDiv{width: 100%;}
	.shenbao-div2 .textDiv ul li div{padding-left: 54px;}
	.shenbao-div2 .textDiv ul li p{padding-left: 54px;}
	.shenbao-div2 .img{display: none;}
	.shenbao-div2:before{display: none;}
	.shenbao-div3{padding: 55px 0 30px;}
	.shenbao-div3 .wrap&gt;ul&gt;li{width: 50%;position: relative;margin-right: 0;margin-bottom: 30px;}
	.shenbao-div3 .wrap&gt;ul&gt;li .iconDiv{width: 97px;margin: 0 auto;}
	.shenbao-div3 .wrap&gt;ul&gt;li .textDiv span,.shenbao-div3 .wrap&gt;ul&gt;li .textDiv ul{margin-top: 15px}
	.shenbao-div3 .wrap&gt;ul&gt;li .iconDiv:after{width: 100%;left: 100%;}
	.shenbao-div3 .wrap&gt;ul&gt;li:nth-child(2) .iconDiv:after{display: none;}
	
	.zhuanli-main:after{display: none;}
	.zhuanli-div1{padding: 55px 0 40px;}
	.zhuanli-div1 .textDiv{margin: 30px 0 50px;}
	.zhuanli-div1 .row&gt;div:first-child .conDiv,.zhuanli-div1 .row&gt;div:last-child .conDiv{min-height: initial;padding: 35px 30px;}
	.zhuanli-div1 .row&gt;div:first-child{margin-bottom: 30px;}
	.zhuanli-div1 .row&gt;div .conDiv .name{font-size: 20px;margin: 20px 0;}
	.zhuanli-div1 .row&gt;div:last-child .conDiv p{font-size: 16px;}
	.zhuanli-div1 .row&gt;div .conDiv .iconDiv{height: initial;line-height: initial;}
	.zhuanli-div1 .row&gt;div .conDiv .iconDiv img{width:15%;}
	.zhuanli-div2{padding: 35px 0 25px;}
	.zhuanli-div3{padding: 60px 0 0;}
	.zhuanli-div3 .row1{margin: 25px 0 35px;}
	.zhuanli-div3 .row1&gt;div{padding: 19px 0;}
	.zhuanli-div3 .row1&gt;div img{max-width:50%}
	.zhuanli-div3 .row2&gt;div.rightDiv a,.zhuanli-div3 .row2&gt;div.centerDiv a{height: initial;padding: 35px;margin-bottom: 10px;}
	.zhuanli-div4{padding: 32px 0 66px;}
	.zhuanli-div4 .wrap{padding: 44px;}
	.zhuanli-div4 .imgDiv{margin-top: 35px;}
	
	.ejPage-div1{padding: 56px 0;}
	.ejPage-div1 .textDiv{margin: 50px 0 40px;}
	.ejPage-div1 .rowDiv{padding: 70px 0 100px;}
	.ejPage-div1 .rowDiv .wrap .textDiv{width: 100%;}
	.ejPage-div1 .rowDiv span{margin-bottom: 40px;}
	.ejPage-div1 .rowDiv ul li{margin-top: 0;}
	.ejPage-div1 .rowDiv .img{width: 100%;}
	.ejPage-div1 .rowDiv ul li{color: #222;}
	.ejPage-div2{padding: 45px 0 15px;}
	.ejPage-div2 .rowDiv{padding: 0;}
	.ejPage-div2 .swiper-slide{padding: 10px;}
	.ejPage-div2 .swiper-slide .conDiv a{width: 80px;height: 40px;line-height: 40px;top: 10px;}
	.ejPage-div2 .swiper-slide .conDiv .textDiv{font-size: 18px;padding: 0 90px 0 10px;}
	.ejPage-div2 .swiper-container{margin: 33px auto 0;}
	.ejPage-div2 .swiper-container-multirow&gt;.swiper-wrapper{padding-bottom: 52px;}
	.ejPage-div3{padding: 40px 0 222px;}
	.ejPage-div4{margin-top: -222px;}
	.ejPage-div3 .row{margin-top: 40px;}
	.ejPage-div3 .row&gt;div{padding: 0 20px;margin-bottom: 20px;}
	.ejPage-div4{padding: 40px 0;}
	.ejPage-div4 .listDiv{width: 100%;}
	.ejPage-div4 .wrap{padding: 25px 30px 0;background: #fff;}
	.ejPage-div4 .listDiv ul li{padding: 20px 0 30px;font-size: 20px;}
	.ejPage-div4 .listDiv ul li:nth-of-type(odd) div,.ejPage-div4 .listDiv ul li:nth-of-type(even) div{padding-left: 54px;line-height: 30px;}
	.footer{padding: 20px 10px;}
	
	
		
}
/*åˆ†é¡µæ&nbsp;·å¼*/
.listpage {clear: both;text-align: center;}

.xiaocms-page a { display:inline-block; height:31px; line-height:31px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#dfdfdf; padding:0 10px;margin-left: 10px;}
.xiaocms-page a:hover { background:#000; color:#fff; text-decoration:none; }
.xiaocms-page span { display:inline-block; height:31px;padding:0 10px; line-height:31px; background:#000; border:1px solid #5a85b2; color:#fff; text-align:center;margin-left: 10px; }</pre></body></html>